Welcome![Sign In][Sign Up]
Location:
Search - integer DCT

Search list

[Compress-Decompress algrithmsbinDCT_zscan

Description: 对图像进行整数DCT变换,可用于无损压缩。-right image Integer DCT can be used lossless compression.
Platform: | Size: 2900 | Author: 朱曼洁 | Hits:

[Special Effectsdct_jpeg

Description: jpeg中DCT变换程序。为前向DCT的浮点运算,它要比整数运算更精确。该程序只适用于8×8的块变换。-jpeg DCT transformation procedure. For front to the DCT floating point calculation, it must be more precise than the integer operation. This procedure is only suitable for 8脳8 block transformation.
Platform: | Size: 1288 | Author: canny06 | Hits:

[Compress-Decompress algrithmsbinDCT_zscan

Description: 对图像进行整数DCT变换,可用于无损压缩。-right image Integer DCT can be used lossless compression.
Platform: | Size: 3072 | Author: 朱曼洁 | Hits:

[Special Effectsdct_jpeg

Description: jpeg中DCT变换程序。为前向DCT的浮点运算,它要比整数运算更精确。该程序只适用于8×8的块变换。-jpeg DCT transformation procedure. For front to the DCT floating point calculation, it must be more precise than the integer operation. This procedure is only suitable for 8脳8 block transformation.
Platform: | Size: 1024 | Author: canny06 | Hits:

[Software Engineeringaaa

Description: AVS整数DCT变换和量化方法的设计和实现-AVS integer DCT transform and quantization methods of design and realize
Platform: | Size: 154624 | Author: sss | Hits:

[WaveletSPIHTencodingalgorithm

Description: 针对小波变换和多级树集合分裂图像编码具有浮点数运算、算法复杂等特点,采用整数实现的提升格式代替了原来的小 波变换,并结合提升小波变换和DCT变换的特点,提出了一种改进方案。-For wavelet transform and multi-level set to split the tree image coding with floating-point computation, algorithmic complexity, etc., realize the upgrading of the use of integer format instead of the original wavelet transform, combined with lifting wavelet transform and DCT transform, an improved program.
Platform: | Size: 287744 | Author: jingjing | Hits:

[Picture ViewerPlayer+Demo+Source

Description: 本解码器类支持普通jpeg文件格式,这也是目前大多数jpeg文件所采用的格式,此格式主要特点是数据精度为8位,采用Huffman编码的普通DCT帧(不支持扩展串行和递进模式及数学编码)。本解码器类的IDCT算法采用三种模式,分别是浮点解码、定点整数解码和定点整数MMX优化解码,您可根据具体情况选择。-The decoder supports the general category jpeg file format, which is most used in jpeg file format is the main characteristics of data accuracy of eight, using Huffman coding common DCT frame (do not support the extension of serial and progressive mode and Mathematics encoding). This type of IDCT decoder algorithm uses three models, namely the floating-point decoding, fixed-point integer decoding and fixed-point integer MMX optimized decoder, you can choose according to specific circumstances.
Platform: | Size: 2128896 | Author: liusheng | Hits:

[VHDL-FPGA-Verilogdct2

Description: 这个是一个基于FPGA的数字图像的整数DCT变换程序,程序高性能地实现了2维DCT变换。-This is an FPGA-based digital image of the integer DCT transform process and procedures to achieve high-performance 2-D DCT transform.
Platform: | Size: 418816 | Author: jyb | Hits:

[OtherEncoder264

Description: H.264图像编码程序对输入像素块X的整数DCT变换和量化-H.264 encoding process the input image pixel block X integer DCT transform and quantization
Platform: | Size: 2048 | Author: ydl | Hits:

[Compress-Decompress algrithmsDiscrete_Cosine_and_Sine_Transforms

Description: 继 Discrete Cosine Transform: Algorithms, Advantages, Applications (K. R. Rao and P. Yip) 之后的一本关于离散余弦变换(DCT)的快速实现算法的最新专著. 本书第五章“Integer Discrete Cosine/Sine Transforms”关于DCT整数近似实现写的非常详细和精彩, 很方便大家编程实现. 值得一提的是本书的第一作者Vladimir Britanak 一直在从事DCT, 尤其是改进的离散余弦变换(MDCT)的快速算法的研究.-This book, which is written very carefully, is a new monograph of Discrete Cosine Transform (DCT).The fifth chapter about the Integer Discrete Cosine/Sine Transforms is especially wonderful.
Platform: | Size: 2693120 | Author: 伍家松 | Hits:

[Compress-Decompress algrithmsjpeg_decode

Description: 本解码器类支持普通jpeg文件格式,这也是目前大多数jpeg文件所采用的格式,此格式主要特点是数据精度为8位,采用Huffman编码的普通DCT帧(不支持扩展串行和递进模式及数学编码)。本解码器类的IDCT算法采用三种模式,分别是浮点解码、定点整数解码和定点整数MMX优化解码,您可根据具体情况选择。-jpeg decoder using Huffman encoder、IDCT based on foating decoder、Fixed-point integer decoder and Fixed-point integer MMX Optimized decoder,you can make your choice According to the specific circumstances。
Platform: | Size: 103424 | Author: 倾泠月 | Hits:

[Special EffectsH264-DCT-Quanter

Description: H264中的整数DCT变换编码及量化代码,并附有原文的DCT编码、量化的说明文档。本源码从X264及JM中抽取后整理得来,并用原文档中的示例数据进行了测试,与原文档结果完全一样,是学习H.264不可多得的参考资源. -H264 in the integer DCT transform coding and quantization code, together with the original DCT coding, quantitative description of the document. The source from the X264 and JM Finishing extract obtained and used the original document in the test sample data with the results of exactly the same as the original document, is to study rare H.264 reference resources.
Platform: | Size: 64512 | Author: ren | Hits:

[Special EffectsDCT_Coding

Description: Integer DCT-based Image Coding.pdf
Platform: | Size: 118784 | Author: alex | Hits:

[VHDL-FPGA-VerilogDCT

Description: 整数DCT变换的设计与实现,希望对大家有所帮助-Integer DCT transform the design and implementation, we want to help
Platform: | Size: 4096 | Author: sun | Hits:

[Windows DevelopHH264-DCT-Qua2

Description: H264中的整数DCT变换编码及量化代码,并附有原文的DCT编码、量化的说明文档。本源码从X264及JM中抽取后整整理得来,并用原文档中的示例数据进行了测试,与原文档结果完全一样,是学习H.264不可多得的参考资源. 已通过测试。 -H264 in the integer DCT transform coding and quantization code, along with the original DCT coding, quantitative documentation. The source extraction from the X264 and JM sharp finishing, and tested with sample data in the original document, exactly the same as the original document results, learning H.264 rare reference resources. Has been tested.
Platform: | Size: 64512 | Author: l2003l | Hits:

[VHDL-FPGA-VerilogINT_DCT

Description: Verilog HDL语言实现的整数DCT变换模块。其中包括一维和两维的DCT变换模块各一个。该模块都通过硬件仿真以及FPGA实现后的测试,均满足预期的DCT变换功能。-Integer DCT transfer module with Verilog HDL format. The package includes one 1-D and one 2-D DCT transfer module, which all pass simulation and FPGA evaluation.
Platform: | Size: 2048 | Author: Alex Liu | Hits:

[Linux-Unixjfdctfst

Description: This file contains a fast, not so accurate integer implementation of the forward DCT (Discrete Cosine Transform) for Linux.
Platform: | Size: 3072 | Author: senkanan | Hits:

[Linux-Unixjfdctint

Description: This file contains a slow-but-accurate integer implementation of the forward DCT (Discrete Cosine Transform) for Linux.
Platform: | Size: 14336 | Author: xuedagin | Hits:

[OtherMaseraConf_17.pdf.tar

Description: In this paper, we present area- and power-efficient architectures for the implementation of integer discrete cosine transform (DCT) of different lengths to be used in High Efficiency Video Coding (HEVC). We show that an efficient constant matrix- multiplication scheme can be used to derive parallel architectures for 1-D integer DCT of different lengths. We also show that the proposed structure could be reusable for DCT of lengths 4, 8, 16, and 32 with a throughput of 32 DCT coefficients per cycle irrespective of the transform size. Moreover, the proposed architecture could be pruned to reduce the complexity of implementation substantially with only a marginal affect on the coding performance
Platform: | Size: 181248 | Author: Imphal | Hits:

[Compress-Decompress algrithmsDCT图像压缩

Description: 整数DCT变换的图像压缩的程序实现,编程的平台是matlab(Integer DCT transform image compression program implementation, programming platform is matlab)
Platform: | Size: 419840 | Author: 和你看烟花 | Hits:
« 12 »

CodeBus www.codebus.net